home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / cq112.zip / IGMS.ZIP / DDS.DOC next >
Text File  |  1996-10-08  |  6KB  |  146 lines

  1. ╔════════════════════════════════════════════════════════════════════════════╗
  2. ║                  - DOUG'S DOUGHNUT SHOPPE INSTALLATION -                   ║
  3. ╚════════════════════════════════════════════════════════════════════════════╝
  4.  
  5. 1) To install the Doug's Doughnut Shoppe IGM, for Crime Quest, use the
  6.    following command line:
  7.  
  8.    DDS /I
  9.  
  10.    Then answer the simple questions prompted to you... It's that simple!
  11.  
  12. 2) To uninstall the Doug's Doughnut Shoppe IGM, for Crime Quest, use the
  13.    following command line:
  14.  
  15.    DDS /U
  16.  
  17.    Then answer the simple questions prompted to you... It's that simple but,
  18.    I don't know why you would want to uninstall it.
  19.  
  20. 3) The install program will add the appropriate lines to CQIGMS.DAT and will
  21.    create a control file named DDS.CTL.  The control file created by the
  22.    install procedure should work for most BBS software however, if you use a
  23.    digiboard or run under non-standard comport or irq's, then you may have to
  24.    refer to the sample control file listed below which will contain other
  25.    commands which the install procedure does not ordinarily include.
  26.  
  27. 4) The remove program will remove the lines pertaining to DDS only from the
  28.    CQIGMS.DAT file and will delete the control file named DDS.CTL.  The Sysop
  29.    will be responsible for removing the IGM program files.
  30.  
  31. SAMPLE CQIGM Control File
  32.  
  33. ;-----------------------------------------------
  34. ; The semi-colons are comment markers.  Remove them to activate option.
  35. ;
  36. ;Sysopfirst  Specifies the first name of the sysop as it will be shown to
  37. ;            the users.
  38. ;
  39. ;SysopLast   Specifies the last name of the sysop as it will be shown to
  40. ;            the users.
  41. ;
  42. ;BBSName     Specifies the name of the bbs as it will be shown to users.
  43. ;
  44. ;CQPath      Specifies path to Crime Quest Directory
  45. ;
  46. ;Mono        Will disable color on the local side. (Necessary if you are
  47. ;            running a monochrome system)
  48. ;
  49. ;BBSType     Specifies the type of bbs software under which this door program
  50. ;            will be run. Valid bbs types include:
  51. ;
  52. ;                     CQ  - Crime Quest
  53. ;
  54. ;ComPort     For bbs types that do not have the com-port contained in their
  55. ;            door information files you will have to specify the com-port.
  56. ;            Simply put the port number (i.e. 1,2,etc) not the whole word COM1.
  57. ;
  58. ;Digi        Selecting this option will cause ddplus to use its digiboard
  59. ;            driver interface. This will not reset anything in the digiboard.
  60. ;            Support speeds up to 115,200.
  61. ;
  62. ;Fossil      Selecting this option will cause ddplus to use a fossil port
  63. ;            driver. Note - do not use both fossil and Xfossil at the same
  64. ;            time. This option initializes the port and resets the speed to
  65. ;            either the lock speed (if locked) or the baud speed.
  66. ;
  67. ;Xfossil     This is another way of selecting the fossil option.  This method
  68. ;            can support all speeds that your fossil can support.  The fossil
  69. ;            is not initialized by this option.
  70. ;
  71. ;LockBaud    This will specify a locked baud rate. If you specify this
  72. ;            parameter, then no matter what the bbs software says, this
  73. ;            baud rate will be used. [NOTE: You can also specify the locked
  74. ;            baud rate using /Bxxxx from the command line]
  75. ;
  76. ; If neither options digi, fossil, or xfossil are set the door will use its
  77. ; own internal comport handlers.
  78. ;
  79. ;Port1       If you must use a non-standard interrupt, the door can be
  80. ;Port2       configured for IRQs 0-15. The port# indicates the chosen comport
  81. ;Port3       Follow this with the port address in hex.  Afterward put the IRQ
  82. ;Port4       in decimal.  For an example if comport 3 at irq 15 and address
  83. ;            $03E8 was needed use the following:
  84. ;            PORT3 03E8 15
  85. ;
  86. ;Pausecode   Specifies the Rip pause code that your bbs uses.  This will
  87. ;            be added to muliple page Rip news file so you can use them
  88. ;            as a bulletin.  Note - this option is only useful if the door
  89. ;            indeed has rip bulletins.
  90. ;
  91. ;Maxtime     The maxtime parameter will allow you to specify a maximum time
  92. ;            per day that a user may be in the door. (i.e. if you specified
  93. ;            30 minutes, then if the user had 60 mins left, he could only play
  94. ;            for 30 mins)  Otherwise the game will use the maximum session
  95. ;            time for maximum time.
  96. ;
  97. ;Status      Specify "ON" if you wish the status line to appear at the bottom
  98. ;            of "OFF" if you wish it to be disabled.
  99. ;
  100. ;Statfore    Statfore foreground color of the status line and the major input
  101. ;            fields. (default 7  light-grey)
  102. ;
  103. ;Statback    The background color of the status line (default 1  blue)
  104. ;
  105. ;
  106. ;------------------------------ Sample Data ----------------------------------
  107. ;
  108. SYSOPFIRST Joe
  109. SYSOPLAST SysOp
  110. BBSNAME Your BBS
  111. BBSTYPE CQ
  112. CQPATH C:\DOORS\CQ
  113. ; Uncomment the next line if you wish to use the digiboard driver support
  114. ; calls.
  115. ;DIGI
  116. ;
  117. ; Uncomment the next line if you use a fossil device driver and wish to have
  118. ; the door initialize your fossil to the locked/baud speed rate.
  119. ;FOSSIL
  120. ;
  121. ; Uncomment the next line if you use a fossil device and do not wish to have
  122. ; the door reinitialize your fossil.
  123. ;XFOSSIL
  124. ;
  125. ;           ::------If you are locking ports uncomment this line and set this
  126. ;           ::      number to the port speed.
  127. ;           \/
  128. ;LOCKBAUD 57600
  129. ;
  130. ;       ::------------ If you are going to use a non-standard IRQ place the
  131. ;       ::             port address in hex one space after the PORT# option.
  132. ;       ::
  133. ;       ::  ::-------- If you have a non-standard IRQ position the IRQ number
  134. ;       \/  \/         one space after the ports' hex address. (decimal)
  135. ;PORT1 03F8 4
  136. ;PORT2 02F8 3
  137. ;PORT3 03E8 4
  138. ;PORT4 02E8 3
  139. ;                   Uncomment this line if you want to make Rip bulletins
  140. ;  ::-------------- for your BBS.  Here a Wildcat pause is shown.
  141. ;  \/
  142. ;PAUSECODE @PAUSE@
  143. ;
  144. ;------------------------------ End of File ----------------------------------
  145.  
  146.